home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / refwaug.dxr / 00004_ADDAdvert Frame.ls < prev    next >
Encoding:
Text File  |  1996-06-14  |  245 b   |  15 lines

  1. on exitFrame
  2.   if the movieTime of sprite 37 < (60 * 30) then
  3.     go(the frame)
  4.   else
  5.     puppetPalette(0)
  6.     updateStage()
  7.     REFReturn(2)
  8.   end if
  9.   if the mouseDown then
  10.     puppetPalette(0)
  11.     updateStage()
  12.     REFReturn(2)
  13.   end if
  14. end
  15.